Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.drive.ui.types--types

This contribution is part of XML component org.nuxeo.drive.ui.types inside nuxeo-drive-jsf-9.10.jar /OSGI-INF/nuxeodrive-ui-types-contrib.xml

Extension Point

Extension point types of component TypeService.

Contributed Items

  • <type id="File">
          <layouts mode="drive">
            <layout>heading</layout>
            <layout>dublincore</layout>
          </layouts>
        </type>
  • <type id="Note">
          <layouts mode="drive">
            <layout>heading</layout>
            <layout>note</layout>
            <layout>dublincore</layout>
          </layouts>
        </type>
  • <type id="Workspace">
          <layouts mode="drive">
            <layout>heading</layout>
          </layouts>
        </type>
  • <type id="Folder">
          <layouts mode="drive">
            <layout>heading</layout>
          </layouts>
        </type>
  • <type id="OrderedFolder">
          <layouts mode="drive">
            <layout>heading</layout>
          </layouts>
        </type>

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">

    <type id="File">
      <layouts mode="drive">
        <layout>heading</layout>
        <layout>dublincore</layout>
      </layouts>
    </type>

    <type id="Note">
      <layouts mode="drive">
        <layout>heading</layout>
        <layout>note</layout>
        <layout>dublincore</layout>
      </layouts>
    </type>

    <type id="Workspace">
      <layouts mode="drive">
        <layout>heading</layout>
      </layouts>
    </type>

    <type id="Folder">
      <layouts mode="drive">
        <layout>heading</layout>
      </layouts>
    </type>

    <type id="OrderedFolder">
      <layouts mode="drive">
        <layout>heading</layout>
      </layouts>
    </type>

  </extension>